Changing GtkBox:fill child property default back to TRUE.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 25 Nov 2010 05:37:02 +0000 (14:37 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 25 Nov 2010 05:37:02 +0000 (14:37 +0900)
commiteb5a5004959227d22b2f98a157beda8600df00d3
treed9c21daa5a8a4a2fd5b7f64abde5f40c2da7448f
parent6716e7c3f1925560a5b4901581cabbaee4e01e28
Changing GtkBox:fill child property default back to TRUE.

Since Havoc's patches introducing the GtkWidget halign/valign
properties, fill should always be TRUE. If the widget should
not fill its allocated space then it should set the halign or
valign properties for that purpose.

This also consequently fixes bug 634592.
gtk/gtkbox.c